func runtime.evacuated
19 uses
runtime (current package)
map.go#L196: func evacuated(b *bmap) bool {
map.go#L440: if !evacuated(oldb) {
map.go#L510: if !evacuated(oldb) {
map.go#L554: if !evacuated(oldb) {
map.go#L967: if !evacuated(b) {
map.go#L1244: return evacuated(b)
map.go#L1258: if !evacuated(b) {
map.go#L1736: if evacuated(srcBmap) {
map.go#L1815: if evacuated(b) {
map.go#L1878: if evacuated(b) {
map_fast32.go#L38: if !evacuated(oldb) {
map_fast32.go#L87: if !evacuated(oldb) {
map_fast32.go#L406: if !evacuated(b) {
map_fast64.go#L38: if !evacuated(oldb) {
map_fast64.go#L87: if !evacuated(oldb) {
map_fast64.go#L410: if !evacuated(b) {
map_faststr.go#L89: if !evacuated(oldb) {
map_faststr.go#L193: if !evacuated(oldb) {
map_faststr.go#L425: if !evacuated(b) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |